﻿2026-06-21T03:30:17.9162725Z ##[group]Run set -euo pipefail
2026-06-21T03:30:17.9163125Z [36;1mset -euo pipefail[0m
2026-06-21T03:30:17.9163370Z [36;1mPIN=0c95435[0m
2026-06-21T03:30:17.9163618Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-21T03:30:17.9163905Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-21T03:30:17.9164280Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-21T03:30:17.9164740Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-21T03:30:17.9165206Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-21T03:30:17.9165605Z [36;1m  rm -rf "$CACHE"[0m
2026-06-21T03:30:17.9165875Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-21T03:30:17.9166185Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-21T03:30:17.9166552Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-21T03:30:17.9166924Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-21T03:30:17.9167224Z [36;1mfi[0m
2026-06-21T03:30:17.9167534Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T03:30:17.9182005Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-21T03:30:17.9182335Z env:
2026-06-21T03:30:17.9182673Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-21T03:30:17.9182925Z ##[endgroup]
2026-06-21T03:30:18.5719689Z    Compiling proc-macro2 v1.0.106
2026-06-21T03:30:18.5721093Z    Compiling quote v1.0.45
2026-06-21T03:30:18.5721378Z    Compiling unicode-ident v1.0.24
2026-06-21T03:30:18.5722197Z    Compiling libc v0.2.186
2026-06-21T03:30:18.5722455Z    Compiling serde_core v1.0.228
2026-06-21T03:30:18.5722717Z    Compiling cfg-if v1.0.4
2026-06-21T03:30:18.5722948Z    Compiling serde v1.0.228
2026-06-21T03:30:18.5762269Z    Compiling log v0.4.32
2026-06-21T03:30:18.5801117Z    Compiling pin-project-lite v0.2.17
2026-06-21T03:30:18.5814783Z    Compiling typenum v1.20.1
2026-06-21T03:30:18.5855644Z    Compiling portable-atomic v1.13.1
2026-06-21T03:30:18.5856550Z    Compiling version_check v0.9.5
2026-06-21T03:30:18.5940679Z    Compiling memchr v2.8.1
2026-06-21T03:30:18.5963349Z    Compiling shlex v2.0.1
2026-06-21T03:30:18.6001249Z    Compiling critical-section v1.2.0
2026-06-21T03:30:18.6750600Z    Compiling find-msvc-tools v0.1.9
2026-06-21T03:30:18.6979460Z    Compiling futures-core v0.3.32
2026-06-21T03:30:18.7130808Z    Compiling bytes v1.11.1
2026-06-21T03:30:18.7511169Z    Compiling subtle v2.6.1
2026-06-21T03:30:18.8030874Z    Compiling smallvec v1.15.1
2026-06-21T03:30:18.8421153Z    Compiling equivalent v1.0.2
2026-06-21T03:30:18.8732202Z    Compiling itoa v1.0.18
2026-06-21T03:30:18.9271882Z    Compiling semver v1.0.28
2026-06-21T03:30:18.9602020Z    Compiling generic-array v0.14.7
2026-06-21T03:30:18.9941351Z    Compiling stable_deref_trait v1.2.1
2026-06-21T03:30:19.0097866Z    Compiling slab v0.4.12
2026-06-21T03:30:19.0288107Z    Compiling futures-io v0.3.32
2026-06-21T03:30:19.0427537Z    Compiling futures-sink v0.3.32
2026-06-21T03:30:19.0777306Z    Compiling futures-task v0.3.32
2026-06-21T03:30:19.0928226Z    Compiling rustversion v1.0.22
2026-06-21T03:30:19.1320978Z    Compiling hashbrown v0.17.1
2026-06-21T03:30:19.1570571Z    Compiling futures-channel v0.3.32
2026-06-21T03:30:19.1912290Z    Compiling bitflags v2.12.1
2026-06-21T03:30:19.2040786Z    Compiling cpufeatures v0.2.17
2026-06-21T03:30:19.2410990Z    Compiling rustc_version v0.4.1
2026-06-21T03:30:19.2560449Z    Compiling fnv v1.0.7
2026-06-21T03:30:19.2630556Z    Compiling strsim v0.11.1
2026-06-21T03:30:19.2771347Z    Compiling cfg_aliases v0.2.1
2026-06-21T03:30:19.3450325Z    Compiling rand_core v0.10.1
2026-06-21T03:30:19.3570510Z    Compiling writeable v0.6.3
2026-06-21T03:30:19.4000580Z    Compiling litemap v0.8.2
2026-06-21T03:30:19.5000341Z    Compiling fs_extra v1.3.0
2026-06-21T03:30:19.5401008Z    Compiling utf8_iter v1.0.4
2026-06-21T03:30:19.5453046Z    Compiling getrandom v0.4.2
2026-06-21T03:30:19.6435531Z    Compiling ident_case v1.0.1
2026-06-21T03:30:19.6699143Z    Compiling dunce v1.0.5
2026-06-21T03:30:19.6800797Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T03:30:19.6850004Z    Compiling icu_properties_data v2.2.0
2026-06-21T03:30:19.6940197Z    Compiling autocfg v1.5.1
2026-06-21T03:30:19.7300865Z    Compiling percent-encoding v2.3.2
2026-06-21T03:30:19.7542898Z    Compiling http v1.4.1
2026-06-21T03:30:19.7870895Z    Compiling unicode-segmentation v1.13.3
2026-06-21T03:30:19.8087041Z    Compiling aws-lc-rs v1.17.0
2026-06-21T03:30:19.8635061Z    Compiling cpufeatures v0.3.0
2026-06-21T03:30:19.8952689Z    Compiling indexmap v2.14.0
2026-06-21T03:30:19.9641060Z    Compiling thiserror v2.0.18
2026-06-21T03:30:19.9830995Z    Compiling scopeguard v1.2.0
2026-06-21T03:30:20.0428152Z    Compiling syn v2.0.117
2026-06-21T03:30:20.0673927Z    Compiling form_urlencoded v1.2.2
2026-06-21T03:30:20.0781007Z    Compiling lock_api v0.4.14
2026-06-21T03:30:20.0941495Z    Compiling chacha20 v0.10.0
2026-06-21T03:30:20.1130589Z    Compiling untrusted v0.9.0
2026-06-21T03:30:20.1482331Z    Compiling rustls v0.23.40
2026-06-21T03:30:20.2380416Z    Compiling heck v0.5.0
2026-06-21T03:30:20.2564627Z    Compiling unicode-xid v0.2.6
2026-06-21T03:30:20.2841488Z    Compiling atomic-waker v1.1.2
2026-06-21T03:30:20.2980776Z    Compiling const-oid v0.10.2
2026-06-21T03:30:20.3475573Z    Compiling convert_case v0.10.0
2026-06-21T03:30:20.3576674Z    Compiling anyhow v1.0.102
2026-06-21T03:30:20.3748408Z    Compiling parking_lot_core v0.9.12
2026-06-21T03:30:20.4090334Z    Compiling paste v1.0.15
2026-06-21T03:30:20.4130592Z    Compiling httparse v1.10.1
2026-06-21T03:30:20.4640626Z    Compiling zerocopy v0.8.50
2026-06-21T03:30:20.5160257Z    Compiling jobserver v0.1.34
2026-06-21T03:30:20.5237631Z    Compiling num-traits v0.2.19
2026-06-21T03:30:20.5425782Z    Compiling hybrid-array v0.4.12
2026-06-21T03:30:20.5716010Z    Compiling curve25519-dalek v4.1.3
2026-06-21T03:30:20.6320226Z    Compiling ahash v0.8.12
2026-06-21T03:30:20.7010834Z    Compiling fastrand v2.4.1
2026-06-21T03:30:20.7192159Z    Compiling powerfmt v0.2.0
2026-06-21T03:30:20.7200242Z    Compiling either v1.16.0
2026-06-21T03:30:20.7940346Z    Compiling crypto-common v0.1.7
2026-06-21T03:30:20.7987323Z    Compiling cc v1.2.63
2026-06-21T03:30:20.8107391Z    Compiling block-buffer v0.10.4
2026-06-21T03:30:20.8901149Z    Compiling http-body v1.0.1
2026-06-21T03:30:20.9111695Z    Compiling base64ct v1.8.3
2026-06-21T03:30:20.9440718Z    Compiling digest v0.10.7
2026-06-21T03:30:20.9580209Z    Compiling deranged v0.5.8
2026-06-21T03:30:21.0260865Z    Compiling zmij v1.0.21
2026-06-21T03:30:21.0355972Z    Compiling tinyvec_macros v0.1.1
2026-06-21T03:30:21.1130526Z    Compiling try-lock v0.2.5
2026-06-21T03:30:21.1550519Z    Compiling pkg-config v0.3.33
2026-06-21T03:30:21.2063991Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T03:30:21.2271418Z    Compiling num-conv v0.2.2
2026-06-21T03:30:21.2480918Z    Compiling tower-service v0.3.3
2026-06-21T03:30:21.2563462Z    Compiling mio v1.2.1
2026-06-21T03:30:21.3110938Z    Compiling socket2 v0.6.4
2026-06-21T03:30:21.3620711Z    Compiling getrandom v0.2.17
2026-06-21T03:30:21.4193937Z    Compiling time-core v0.1.8
2026-06-21T03:30:21.4284494Z    Compiling base64 v0.22.1
2026-06-21T03:30:21.5140333Z    Compiling data-encoding v2.11.0
2026-06-21T03:30:21.5860637Z    Compiling rand_core v0.6.4
2026-06-21T03:30:21.6020356Z    Compiling vcpkg v0.2.15
2026-06-21T03:30:21.6120452Z    Compiling rand v0.10.1
2026-06-21T03:30:21.7030609Z    Compiling parking_lot v0.12.5
2026-06-21T03:30:21.7427116Z    Compiling want v0.3.1
2026-06-21T03:30:21.7640267Z    Compiling block-buffer v0.12.0
2026-06-21T03:30:21.8090579Z    Compiling crypto-common v0.2.2
2026-06-21T03:30:21.9540160Z    Compiling sha2 v0.10.9
2026-06-21T03:30:21.9810398Z    Compiling tinyvec v1.11.0
2026-06-21T03:30:21.9940411Z    Compiling inout v0.1.4
2026-06-21T03:30:22.0451041Z    Compiling vergen-lib v9.1.0
2026-06-21T03:30:22.1040744Z    Compiling n0-future v0.3.2
2026-06-21T03:30:22.1310884Z    Compiling httpdate v1.0.3
2026-06-21T03:30:22.2720513Z    Compiling cmake v0.1.58
2026-06-21T03:30:22.3078113Z    Compiling serde_json v1.0.150
2026-06-21T03:30:22.3548803Z    Compiling spin v0.10.0
2026-06-21T03:30:22.4481059Z    Compiling diatomic-waker v0.2.3
2026-06-21T03:30:22.4800842Z    Compiling winnow v1.0.3
2026-06-21T03:30:22.5010685Z    Compiling signature v2.2.0
2026-06-21T03:30:22.5211739Z    Compiling parking v2.2.1
2026-06-21T03:30:22.5353335Z    Compiling crossbeam-utils v0.8.21
2026-06-21T03:30:22.5453573Z    Compiling cordyceps v0.3.4
2026-06-21T03:30:22.5847634Z    Compiling cipher v0.4.4
2026-06-21T03:30:22.6080695Z    Compiling ed25519 v2.2.3
2026-06-21T03:30:22.6145497Z    Compiling netlink-packet-core v0.8.1
2026-06-21T03:30:22.6349570Z    Compiling futures-lite v2.6.1
2026-06-21T03:30:22.7143563Z    Compiling digest v0.11.3
2026-06-21T03:30:22.7662404Z    Compiling universal-hash v0.5.1
2026-06-21T03:30:22.8209728Z    Compiling vergen v9.1.0
2026-06-21T03:30:22.8274272Z    Compiling vergen-lib v0.1.6
2026-06-21T03:30:22.8330542Z    Compiling heapless v0.7.17
2026-06-21T03:30:22.8331714Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T03:30:22.8590971Z    Compiling noq-udp v0.10.0
2026-06-21T03:30:22.8980224Z    Compiling futures-buffered v0.2.13
2026-06-21T03:30:22.9051155Z    Compiling sync_wrapper v1.0.2
2026-06-21T03:30:22.9959088Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T03:30:23.0141835Z    Compiling byteorder v1.5.0
2026-06-21T03:30:23.0260846Z    Compiling opaque-debug v0.3.1
2026-06-21T03:30:23.0300896Z    Compiling allocator-api2 v0.2.21
2026-06-21T03:30:23.0729869Z    Compiling polyval v0.6.2
2026-06-21T03:30:23.1140651Z    Compiling spin v0.9.8
2026-06-21T03:30:23.1240657Z    Compiling vergen-gitcl v1.0.8
2026-06-21T03:30:23.1463150Z    Compiling aws-lc-sys v0.41.0
2026-06-21T03:30:23.2070564Z    Compiling ring v0.17.14
2026-06-21T03:30:23.2510176Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T03:30:23.2987580Z    Compiling hash32 v0.2.1
2026-06-21T03:30:23.3186944Z    Compiling tower-layer v0.3.3
2026-06-21T03:30:23.3350494Z    Compiling signature v3.0.0
2026-06-21T03:30:23.3521001Z    Compiling fallible-iterator v0.3.0
2026-06-21T03:30:23.3690707Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T03:30:23.4620528Z    Compiling ryu v1.0.23
2026-06-21T03:30:23.4720306Z    Compiling num_threads v0.1.7
2026-06-21T03:30:23.4952610Z    Compiling ghash v0.5.1
2026-06-21T03:30:23.5103067Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T03:30:23.5310653Z    Compiling ctr v0.9.2
2026-06-21T03:30:23.6060733Z    Compiling time v0.3.47
2026-06-21T03:30:23.6889364Z    Compiling aes v0.8.4
2026-06-21T03:30:23.7770742Z    Compiling fs2 v0.4.3
2026-06-21T03:30:23.8027753Z    Compiling http-body-util v0.1.3
2026-06-21T03:30:23.8220528Z    Compiling aead v0.5.2
2026-06-21T03:30:23.8581440Z    Compiling openssl-probe v0.2.1
2026-06-21T03:30:23.8750484Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T03:30:23.9340569Z    Compiling crossbeam-channel v0.5.15
2026-06-21T03:30:23.9380545Z    Compiling blake3 v1.8.5
2026-06-21T03:30:24.0586361Z    Compiling netlink-packet-route v0.29.0
2026-06-21T03:30:24.1209724Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T03:30:24.1630447Z    Compiling uuid v1.23.2
2026-06-21T03:30:24.2464242Z    Compiling memoffset v0.6.5
2026-06-21T03:30:24.2620636Z    Compiling aes-gcm v0.10.3
2026-06-21T03:30:24.3261145Z    Compiling acto v0.8.2
2026-06-21T03:30:24.4016382Z    Compiling noq v0.18.0
2026-06-21T03:30:24.4800866Z    Compiling netwatch v0.16.0
2026-06-21T03:30:24.5225456Z    Compiling lru-slab v0.1.2
2026-06-21T03:30:24.5507732Z    Compiling mac-addr v0.3.0
2026-06-21T03:30:24.6360564Z    Compiling foldhash v0.2.0
2026-06-21T03:30:24.6761264Z    Compiling ref-cast v1.0.25
2026-06-21T03:30:24.7092446Z    Compiling rustc-hash v2.1.2
2026-06-21T03:30:24.7191135Z    Compiling thiserror v1.0.69
2026-06-21T03:30:24.7258543Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T03:30:24.7867682Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T03:30:24.8217851Z    Compiling rustix v1.1.4
2026-06-21T03:30:24.8428590Z    Compiling tagptr v0.2.0
2026-06-21T03:30:24.8911042Z    Compiling xml-rs v0.8.28
2026-06-21T03:30:24.9563557Z    Compiling identity-hash v0.1.0
2026-06-21T03:30:25.0190899Z    Compiling hashbrown v0.16.1
2026-06-21T03:30:25.0977349Z    Compiling netlink-packet-route v0.30.0
2026-06-21T03:30:25.1498512Z    Compiling termios v0.2.2
2026-06-21T03:30:25.2804616Z    Compiling synstructure v0.13.2
2026-06-21T03:30:25.3200455Z    Compiling darling_core v0.20.11
2026-06-21T03:30:25.4093663Z    Compiling serde_derive_internals v0.29.1
2026-06-21T03:30:25.6866837Z    Compiling proc-macro-crate v3.5.0
2026-06-21T03:30:25.8026021Z    Compiling xmltree v0.10.3
2026-06-21T03:30:25.8450665Z    Compiling serial-core v0.4.0
2026-06-21T03:30:25.9500559Z    Compiling errno v0.3.14
2026-06-21T03:30:25.9740868Z    Compiling ioctl-rs v0.1.6
2026-06-21T03:30:26.0510689Z    Compiling simple-dns v0.9.3
2026-06-21T03:30:26.0770958Z    Compiling aho-corasick v1.1.4
2026-06-21T03:30:26.0771814Z    Compiling arrayref v0.3.9
2026-06-21T03:30:26.1240599Z    Compiling constant_time_eq v0.4.2
2026-06-21T03:30:26.1280431Z    Compiling simdutf8 v0.1.5
2026-06-21T03:30:26.1450734Z    Compiling resolv-conf v0.7.6
2026-06-21T03:30:26.1912542Z    Compiling smol_str v0.1.24
2026-06-21T03:30:26.2617447Z    Compiling signal-hook v0.3.18
2026-06-21T03:30:26.3481443Z    Compiling linux-raw-sys v0.12.1
2026-06-21T03:30:26.4181083Z    Compiling toml_write v0.1.2
2026-06-21T03:30:26.4240119Z    Compiling regex-syntax v0.8.10
2026-06-21T03:30:26.4441397Z    Compiling arrayvec v0.7.6
2026-06-21T03:30:26.5262005Z    Compiling sha1_smol v1.0.1
2026-06-21T03:30:26.6229221Z    Compiling winnow v0.7.15
2026-06-21T03:30:26.6888691Z    Compiling signal-hook-registry v1.4.8
2026-06-21T03:30:26.6965822Z    Compiling serial-unix v0.4.0
2026-06-21T03:30:26.7322326Z    Compiling lru v0.16.4
2026-06-21T03:30:26.8897753Z    Compiling darling_core v0.23.0
2026-06-21T03:30:26.9489663Z    Compiling serde_bytes v0.11.19
2026-06-21T03:30:27.0210888Z    Compiling seize v0.5.1
2026-06-21T03:30:27.2744850Z    Compiling hmac v0.12.1
2026-06-21T03:30:27.3332743Z    Compiling serde_derive v1.0.228
2026-06-21T03:30:27.3690108Z    Compiling zeroize_derive v1.4.3
2026-06-21T03:30:27.3967303Z    Compiling tokio-macros v2.7.0
2026-06-21T03:30:27.4829397Z    Compiling futures-macro v0.3.32
2026-06-21T03:30:27.9650615Z    Compiling zeroize v1.8.2
2026-06-21T03:30:28.1500426Z    Compiling tokio v1.52.3
2026-06-21T03:30:28.1630890Z    Compiling zerofrom-derive v0.1.7
2026-06-21T03:30:28.4467884Z    Compiling futures-util v0.3.32
2026-06-21T03:30:28.4734359Z    Compiling yoke-derive v0.8.2
2026-06-21T03:30:28.7338323Z    Compiling zerovec-derive v0.11.3
2026-06-21T03:30:29.0579070Z    Compiling displaydoc v0.2.6
2026-06-21T03:30:29.1929799Z    Compiling tracing-attributes v0.1.31
2026-06-21T03:30:29.5988168Z    Compiling zerofrom v0.1.8
2026-06-21T03:30:29.6560734Z    Compiling rustls-pki-types v1.14.1
2026-06-21T03:30:29.7560323Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T03:30:29.8850501Z    Compiling yoke v0.8.3
2026-06-21T03:30:29.9040698Z    Compiling thiserror-impl v2.0.18
2026-06-21T03:30:30.1016217Z    Compiling zerotrie v0.2.4
2026-06-21T03:30:30.3354771Z    Compiling zerovec v0.11.6
2026-06-21T03:30:30.4504745Z    Compiling darling_macro v0.20.11
2026-06-21T03:30:30.4930693Z    Compiling derive_more-impl v2.1.1
2026-06-21T03:30:30.5200943Z    Compiling spez v0.1.2
2026-06-21T03:30:30.5799120Z    Compiling n0-error-macros v0.1.3
2026-06-21T03:30:30.8985073Z    Compiling darling v0.20.11
2026-06-21T03:30:30.9608378Z    Compiling derive_builder_core v0.20.2
2026-06-21T03:30:30.9725566Z    Compiling der v0.8.0-rc.10
2026-06-21T03:30:30.9808377Z    Compiling pin-project-internal v1.1.13
2026-06-21T03:30:31.2587754Z    Compiling tinystr v0.8.3
2026-06-21T03:30:31.4760728Z    Compiling icu_locale_core v2.2.0
2026-06-21T03:30:31.7421994Z    Compiling potential_utf v0.1.5
2026-06-21T03:30:31.8496703Z    Compiling icu_collections v2.2.0
2026-06-21T03:30:31.9048832Z    Compiling n0-error v0.1.3
2026-06-21T03:30:32.3240829Z    Compiling ed25519-dalek v2.2.0
2026-06-21T03:30:32.3727016Z    Compiling pin-project v1.1.13
2026-06-21T03:30:32.4400749Z    Compiling futures-executor v0.3.32
2026-06-21T03:30:32.4470485Z    Compiling derive_builder_macro v0.20.2
2026-06-21T03:30:32.4660610Z    Compiling cobs v0.3.0
2026-06-21T03:30:32.6050672Z    Compiling ipnet v2.12.0
2026-06-21T03:30:32.6587544Z    Compiling spki v0.8.0-rc.4
2026-06-21T03:30:32.7033542Z    Compiling icu_provider v2.2.0
2026-06-21T03:30:32.7626958Z    Compiling derive_builder v0.20.2
2026-06-21T03:30:32.8471154Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T03:30:32.8592693Z    Compiling futures v0.3.32
2026-06-21T03:30:32.9282514Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-21T03:30:33.0390404Z    Compiling icu_properties v2.2.0
2026-06-21T03:30:33.1210594Z    Compiling icu_normalizer v2.2.0
2026-06-21T03:30:33.2126515Z    Compiling prefix-trie v0.8.4
2026-06-21T03:30:33.2853309Z    Compiling once_cell v1.21.4
2026-06-21T03:30:33.3034900Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T03:30:33.4500548Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T03:30:33.5239912Z    Compiling tracing-core v0.1.36
2026-06-21T03:30:33.8956778Z    Compiling postcard-derive v0.2.2
2026-06-21T03:30:34.0231646Z    Compiling hashbrown v0.14.5
2026-06-21T03:30:34.0762728Z    Compiling tracing v0.1.44
2026-06-21T03:30:34.0905058Z    Compiling data-encoding-macro v0.1.20
2026-06-21T03:30:34.1479878Z    Compiling rustls-native-certs v0.8.4
2026-06-21T03:30:34.2460732Z    Compiling tokio-util v0.7.18
2026-06-21T03:30:34.4070821Z    Compiling idna_adapter v1.2.2
2026-06-21T03:30:34.4565387Z    Compiling netlink-sys v0.8.8
2026-06-21T03:30:34.5570728Z    Compiling idna v1.1.0
2026-06-21T03:30:34.5910585Z    Compiling postcard v1.1.3
2026-06-21T03:30:34.6098717Z    Compiling tower v0.5.3
2026-06-21T03:30:34.6168701Z    Compiling enum-assoc v1.3.0
2026-06-21T03:30:34.6365053Z    Compiling strum_macros v0.28.0
2026-06-21T03:30:34.7850537Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T03:30:34.8619819Z    Compiling hashlink v0.9.1
2026-06-21T03:30:34.8747462Z    Compiling num_enum_derive v0.7.6
2026-06-21T03:30:34.9201029Z    Compiling async-trait v0.1.89
2026-06-21T03:30:35.0283941Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T03:30:35.0616995Z    Compiling url v2.5.8
2026-06-21T03:30:35.0797413Z    Compiling derive_more v2.1.1
2026-06-21T03:30:35.2240799Z    Compiling h2 v0.4.14
2026-06-21T03:30:35.2949727Z    Compiling rusqlite v0.32.1
2026-06-21T03:30:35.4137601Z    Compiling n0-watcher v0.6.1
2026-06-21T03:30:35.4138445Z    Compiling tokio-stream v0.1.18
2026-06-21T03:30:35.4780710Z    Compiling iroh-relay v0.98.0
2026-06-21T03:30:35.4870696Z    Compiling iroh-metrics v0.38.3
2026-06-21T03:30:35.5032684Z    Compiling netdev v0.42.0
2026-06-21T03:30:35.6951764Z    Compiling netlink-proto v0.12.0
2026-06-21T03:30:35.7874614Z    Compiling moka v0.12.15
2026-06-21T03:30:35.9340589Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T03:30:36.0501576Z    Compiling iroh-base v0.98.0
2026-06-21T03:30:36.0810334Z    Compiling attohttpc v0.30.1
2026-06-21T03:30:36.1114785Z    Compiling num_enum v0.7.6
2026-06-21T03:30:36.1210627Z    Compiling tower-http v0.6.11
2026-06-21T03:30:36.1289059Z    Compiling serde_spanned v0.6.9
2026-06-21T03:30:36.1367967Z    Compiling toml_datetime v0.6.11
2026-06-21T03:30:36.2220528Z    Compiling ref-cast-impl v1.0.25
2026-06-21T03:30:36.2699278Z    Compiling thiserror-impl v1.0.69
2026-06-21T03:30:36.5020564Z    Compiling toml_edit v0.22.27
2026-06-21T03:30:36.6271360Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-21T03:30:36.8759208Z    Compiling webpki-roots v1.0.7
2026-06-21T03:30:36.9250665Z    Compiling regex-automata v0.4.14
2026-06-21T03:30:37.0142788Z    Compiling schemars_derive v1.2.1
2026-06-21T03:30:37.0274127Z    Compiling iroh v0.98.2
2026-06-21T03:30:37.2530983Z    Compiling dyn-clone v1.0.20
2026-06-21T03:30:37.3241104Z    Compiling pin-utils v0.1.0
2026-06-21T03:30:37.4019462Z    Compiling bitflags v1.3.2
2026-06-21T03:30:37.4300083Z    Compiling cmov v0.5.4
2026-06-21T03:30:37.4390786Z    Compiling utf8parse v0.2.2
2026-06-21T03:30:37.4763114Z    Compiling rustix v0.38.44
2026-06-21T03:30:37.5301057Z    Compiling strum v0.28.0
2026-06-21T03:30:37.5600689Z    Compiling anstyle-parse v1.0.0
2026-06-21T03:30:37.6522298Z    Compiling iroh-dns v0.98.0
2026-06-21T03:30:37.6760783Z    Compiling ctutils v0.4.2
2026-06-21T03:30:37.6877782Z    Compiling nix v0.25.1
2026-06-21T03:30:37.7930852Z    Compiling backon v1.6.0
2026-06-21T03:30:37.8700680Z    Compiling darling_macro v0.23.0
2026-06-21T03:30:37.8990830Z    Compiling hkdf v0.12.4
2026-06-21T03:30:37.9850612Z    Compiling filedescriptor v0.8.3
2026-06-21T03:30:38.0004489Z    Compiling papaya v0.2.4
2026-06-21T03:30:38.1120475Z    Compiling serial v0.4.0
2026-06-21T03:30:38.1907184Z    Compiling anstyle v1.0.14
2026-06-21T03:30:38.2230794Z    Compiling colorchoice v1.0.5
2026-06-21T03:30:38.2371374Z    Compiling shell-words v1.1.1
2026-06-21T03:30:38.2427311Z    Compiling downcast-rs v1.2.1
2026-06-21T03:30:38.3270689Z    Compiling instability v0.3.12
2026-06-21T03:30:38.3358780Z    Compiling linux-raw-sys v0.4.15
2026-06-21T03:30:38.3830509Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T03:30:38.4071581Z    Compiling foldhash v0.1.5
2026-06-21T03:30:38.4537167Z    Compiling anstyle-query v1.1.5
2026-06-21T03:30:38.4655155Z    Compiling signal-hook-mio v0.2.5
2026-06-21T03:30:38.4941486Z    Compiling darling v0.23.0
2026-06-21T03:30:38.4997644Z    Compiling spake2 v0.4.0
2026-06-21T03:30:38.5421114Z    Compiling hashbrown v0.15.5
2026-06-21T03:30:38.5588468Z    Compiling anstream v1.0.0
2026-06-21T03:30:38.5705092Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T03:30:38.5821350Z    Compiling terminal_size v0.4.4
2026-06-21T03:30:38.6070633Z    Compiling strum_macros v0.26.4
2026-06-21T03:30:38.7771139Z    Compiling sha1 v0.10.6
2026-06-21T03:30:38.8710914Z    Compiling itertools v0.13.0
2026-06-21T03:30:39.0011649Z    Compiling castaway v0.2.4
2026-06-21T03:30:39.0420665Z    Compiling unicode-width v0.1.14
2026-06-21T03:30:39.0915990Z    Compiling toml v0.8.23
2026-06-21T03:30:39.1990887Z    Compiling schemars v1.2.1
2026-06-21T03:30:39.3880800Z    Compiling static_assertions v1.1.0
2026-06-21T03:30:39.4430739Z    Compiling indoc v2.0.7
2026-06-21T03:30:39.4850640Z    Compiling clap_lex v1.1.0
2026-06-21T03:30:39.7440729Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-21T03:30:39.9244744Z    Compiling doctest-file v1.1.1
2026-06-21T03:30:40.1200503Z    Compiling regex v1.12.3
2026-06-21T03:30:40.4826225Z    Compiling interprocess v2.4.2
2026-06-21T03:30:40.5880546Z    Compiling crossterm v0.28.1
2026-06-21T03:30:40.8675878Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-21T03:30:40.9080679Z    Compiling unicode-truncate v1.1.0
2026-06-21T03:30:40.9167150Z    Compiling clap_builder v4.6.0
2026-06-21T03:30:41.0125924Z    Compiling strum v0.26.3
2026-06-21T03:30:41.0750371Z    Compiling hyper v1.10.1
2026-06-21T03:30:41.1329499Z    Compiling compact_str v0.8.2
2026-06-21T03:30:41.4040875Z    Compiling lru v0.12.5
2026-06-21T03:30:41.5910626Z    Compiling clap_derive v4.6.1
2026-06-21T03:30:41.5950413Z    Compiling unicode-width v0.2.0
2026-06-21T03:30:41.7165596Z    Compiling iana-time-zone v0.1.65
2026-06-21T03:30:41.8168671Z    Compiling portable-pty v0.8.1
2026-06-21T03:30:41.9300737Z    Compiling cassowary v0.3.0
2026-06-21T03:30:42.0227990Z    Compiling chrono v0.4.45
2026-06-21T03:30:42.0810334Z    Compiling nucleo-matcher v0.3.1
2026-06-21T03:30:42.3187273Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-21T03:30:42.3531840Z    Compiling ratatui v0.29.0
2026-06-21T03:30:42.7667336Z    Compiling qrcode v0.14.1
2026-06-21T03:30:43.0991477Z    Compiling hyper-util v0.1.20
2026-06-21T03:30:43.1418238Z    Compiling tempfile v3.27.0
2026-06-21T03:30:43.7801536Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-21T03:30:43.8401053Z    Compiling clap v4.6.1
2026-06-21T03:30:45.0529709Z    Compiling igd-next v0.17.1
2026-06-21T03:30:46.1054030Z    Compiling portmapper v0.16.0
2026-06-21T03:30:51.2183513Z    Compiling rustls-webpki v0.103.13
2026-06-21T03:30:53.5958828Z    Compiling tokio-rustls v0.26.4
2026-06-21T03:30:53.5959861Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T03:30:53.5960208Z    Compiling noq-proto v0.17.0
2026-06-21T03:30:53.7502788Z    Compiling hyper-rustls v0.27.9
2026-06-21T03:30:53.7503349Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T03:30:53.7503756Z    Compiling tokio-websockets v0.13.2
2026-06-21T03:30:53.8796093Z    Compiling reqwest v0.13.4
2026-06-21T03:30:54.8193454Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T03:31:08.8625198Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-21T03:31:10.2273161Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-21T03:31:17.3833355Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-21T03:31:21.0026411Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 03s
2026-06-21T03:31:21.0245076Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-21T03:31:21.0257557Z 
2026-06-21T03:31:21.0257698Z running 1 test
2026-06-21T03:31:27.2171718Z test new_brain_serves_against_old_broker ... ok
2026-06-21T03:31:27.2172062Z 
2026-06-21T03:31:27.2172339Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-06-21T03:31:27.2174098Z 
